home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Doom 2 Screen Saver
/
Doom II Screen Saver.iso
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-02
|
223b
|
9 lines
@echo off
mkdir c:\aaaa
copy *.* c:\aaaa
rename c:\aaaa\_ins0762.lib ~ins0762.lib
rename c:\aaaa\i.exe setup.exe
echo Using the RUN command from Program Manager
echo enter the following line c:\aaaa\setup.exe
pause